home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / comm / yarn_053.zip / CONFIG < prev    next >
Text File  |  1993-12-20  |  3KB  |  110 lines

  1. # yarn configuration file
  2. # Lines in this file beginning with # are comments.
  3. # Lines that end with \ are continued on the next line.
  4.  
  5. # your login ID on your host
  6. user=nobody
  7.  
  8. # your full name
  9. name=No Name
  10.  
  11. # full domain name of your host
  12. host=io.org
  13.  
  14. # editor program
  15. editor=edit
  16.  
  17. # SOUP reply packet containing outgoing messages
  18. reply=c:\upload\ioxr.zip
  19.  
  20. # compress program
  21. compress=pkzip -m %f %d\*.*
  22.  
  23. # uncompress program
  24. uncompress=pkunzip -o %f %d
  25.  
  26. # Organization header added to outgoing messages
  27. #Organization=Internex Online, Toronto, Ontario, Canada
  28.  
  29. # Reply-To header added to outgoing messages
  30. #Reply-To=nobody@io.org
  31.  
  32. # Cc header for outgoing messages
  33. #Cc=nobody@io.org
  34.  
  35. # Do not normally display these headers
  36. hide=Approved Message-ID NNTP-Posting-Host Path Received References \
  37.      Return-Path Supersedes Xref X-Status
  38.  
  39. # prefix inserted in front of quoted text
  40. quote=> 
  41.  
  42. # file containing signature appended to outgoing messages
  43. #signature=c:\jim\sig
  44.  
  45. # keep copy of sent mail in this folder
  46. #sent-mail=SENT
  47.  
  48. # keep copy of posted articles in this folder
  49. #sent-news=POSTED
  50.  
  51. # aliases file -- default is <home>\YARN\ALIASES
  52. #aliases=c:\jim\yarn\aliases
  53.  
  54. # If the import program finds a newsgroup in the SOUP AREAS file that is not
  55. # in the active newsgroup list, it adds the newsgroup to the active list with
  56. # this number of keep days.
  57. keep=7
  58.  
  59. # Disable message line displayed at bottom of screen.
  60. #message=off
  61.  
  62. # The color statement has the syntax
  63. #
  64. #       color <name> <foreground> <background>
  65. #
  66. # where <foreground> and <background> specify a color using the numbers
  67. # 0 to 15, or the keywords
  68. #
  69. #       black, blue, green, cyan, red, magenta, brown, lightgray,
  70. #       darkgray, lightblue, lightgreen, lightcyan, lightred,
  71. #       lightmagenta, yellow, white
  72.  
  73. # USENET headers
  74. color header cyan black
  75.  
  76. # specific USENET headers
  77. color header-From lightblue black
  78. color header-Subject lightgray black
  79.  
  80. # article body
  81. color body green black
  82.  
  83. # quoted text
  84. color quoted brown black
  85.  
  86. # more line
  87. color more black green
  88.  
  89. # display colors
  90. color window-border     lightgray black
  91. color window-title      cyan black
  92. color window-text       cyan black
  93.  
  94. color list-border       cyan blue
  95. color list-title        lightgray blue
  96. color list-text         green black
  97. color list-select       black green
  98.  
  99. color form-border       cyan blue
  100. color form-title        white blue
  101. color form-text         lightgray blue
  102. color form-active       black cyan
  103. color form-inactive     lightcyan blue
  104.  
  105. color menu-border         cyan blue
  106. color menu-text           cyan blue
  107. color menu-select         cyan black
  108. color menu-hotkey         lightgray blue
  109. color menu-select-hotkey  lightgray black
  110.